public class FixedText : ControlPublic Class FixedText
Inherits Control| FixedText | Initializes a new instance of the FixedText class. |
| ControlImplementation | Contains a specific concrete rendition or implementation of a control that should be instantiated. |
| DefaultValue | Contains the default value of an input control. |
| EventListeners | (Inherited from Control) |
| ForControls | Contains a comma separated list of control elements that are the targets of the elements where this attribute appears. |
| ID | Contains an identifier for a control element. |
| IsDisabled | Specifies whether a control can accept user input. |
| IsMultiLine | Specifies whether a label is displayed on multiple lines. |
| IsPrintable | Specifies whether a control is printed when a user prints a document in which the control is contained. |
| Label | Contains the text for a control. |
| Name | Contains the name of a form or control element. |
| Properties | (Inherited from Control) |
| Title | Contains additional information about a control. The value of the attribute can be used as a tool tip. |
| Clone | Creates a new object that is a deep copy of the current instance. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetContentElements |
Returns all content elements.
(Overrides ControlGetContentElements) |
| GetHashCode | (Inherited from Object) |
| GetParent | (Inherited from Control) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString |
Converts the value of the current FixedText object to its equivalent string representation.
(Overrides ObjectToString) |